home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000011_fdc@columbia.edu_Mon Nov 24 15:37:03 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Can Kermit check for a timeout condition or set one ?
  5. Date: 24 Nov 2003 20:32:32 GMT
  6. Organization: Columbia University
  7. Lines: 14
  8. Message-ID: <slrnbs4qn0.2c9.fdc@sesame.cc.columbia.edu>
  9. References: <f0bb0f39.0311241204.2faa2067@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1069705952 8545 128.59.59.56 (24 Nov 2003 20:32:32 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 24 Nov 2003 20:32:32 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14687
  17.  
  18. In article <f0bb0f39.0311241204.2faa2067@posting.google.com>,
  19. newexpectuser wrote:
  20. : I am using ssh to connect to a server via a Kermit Script.
  21. : I don't want the script to still be running if it cannot connect, can
  22. : Kermit check for a successful connection or a timeout condition and
  23. : after this timeout, to give a message "Cannot connect...check other
  24. : server".
  25. :
  26. Internet connections will time out eventually if they can't be made.
  27. The timeout occurs in the TCP/IP stack, not in Kermit.  The SET HOST
  28. command will fail eventually.
  29.  
  30. - Frank
  31.